home *** CD-ROM | disk | FTP | other *** search
/ Private Obsession 3: Sophia / Private Obsession 3: Sophia.iso / files / sshots.dxr / 00124.ls < prev    next >
Encoding:
Text File  |  1995-04-08  |  115 b   |  9 lines

  1. on mouseDown
  2.   if not soundBusy(1) then
  3.     puppetSound("ooh")
  4.     go("Play3")
  5.   else
  6.     go("Play3")
  7.   end if
  8. end
  9.